home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Graphics / AmiCAD / AmiCAD_2.08.readme < prev    next >
Text File  |  2001-04-04  |  4KB  |  81 lines

  1. Short:        Schematics vectorial electronics program
  2. Author:       rflorac@free.fr (Roland Florac)
  3. Uploader:     rflorac@free.fr (Roland Florac)
  4. Version:      2.08
  5. Type:         gfx/edit
  6. Requires:     0S 3.0+, 68020+, gtlayout.library
  7. Distribution: Aminet
  8.  
  9.  
  10. Requirements:
  11. -------------
  12. Hardware
  13. - MC68020 or higher
  14. - AGA chipset or GFX card recommended for high screen resolutions.
  15.  
  16. Software
  17. - AmigaOS v39 (system 3.0) or higher
  18. - gtlayout.library version 45 or better. This library is not supplied
  19. in the package (earlier versions crash the program using the preferences
  20. requester). Some users said they got a crash with version 45, sorry I
  21. think it's a bug of the library, try to use OxyronPatcher if you have it,
  22. somebody said me it solved its problems... But I don't have it and I
  23. don't get any crash on my system, so try it and say me if it works,
  24. specially for the prefs requester (I have no return for this... so I
  25. guess it is working)
  26.  
  27.  
  28. Changes:
  29. --------
  30. Version 2.08
  31.  
  32. - New label objects (double click on a wire to create one).
  33. - New ARexx functions GETLABEL, LINKLAB, SETLABEL, FINDLAB, GETNET.
  34. SETREF and SETVAL functions modified (returned values).
  35. The ARexx scripts used for simulations have been updated (see below),
  36. they are now using the new ARexx functions: DIMARRAY, ARRAYDIM, DELARRAY,
  37. SETARRAY, GETARRAY.... (See the CreateNets script to see an example of use).
  38. - Handling mouse clicks slightly modified: you have to wait for a time
  39. equivalent to a double click (as adjusted in the Preferences) before
  40. moving an object (prevents moves while selecting an object).
  41.  
  42. The new ARexx scripts are (english names between parenthesis, if any):
  43. - ChoixSignaux (SelSignals)
  44.     This script permits to select some signals that have to be displayed
  45.     for a simulation. A text is then created under the cursor, that can
  46.     be placed anywhere on the document. This text will be read by the
  47.     Nets2File script and added to the .cir file.
  48.     This script needs to be run after the CreateNets script.
  49. - ControlNets
  50.     This script permits to control the .cir file that would be created
  51.     by the Net2File. It needs to be run after the CreateNets script.
  52.     It can be used to debug some sheets... (or the CreateNets script !)
  53. - CreateNets
  54.     This is a very important script, it creates the netlist. Results are
  55.     then in memory, in two arrays (label and equi). But remember you
  56.     must run again the script each time you do a mdification on the
  57.     document.
  58. - LinkNets
  59.     This script calls all the needed scripts for a complete simulation.
  60.     Results are displayed in a new window, if no error occured.
  61. - Nets2File
  62.     This script is used to create the .cir file, after the CreateNets
  63.     have been runned.
  64. - VisuNets
  65.     This script is intended to display the nets, after the CreateNets
  66.     have been run. It can be used to debug a sheet.
  67. - TracerSpice (TraceSpice)
  68.     This script can display the results of a simulation in a separate
  69.     window. Naturely, the simulation must have been runned before.
  70.  
  71. Note: all these scripts are intended to be used with the Spice simulator
  72. (available on Aminet). Some scripts will have to be adapted to your
  73. installation for the program to found your own paths.
  74. Labels are no longer some text objects, but need to be real labels, placed
  75. on wires (after a double click on the wire).
  76.  
  77. Bugs: many... But the main bug is running a simulation without setting any
  78. signal to be displayed. All the signals available on the document will be
  79. displayed, and it can take a lot of time to display all of them (and the
  80. window is locked during the operation, so be patient...)
  81.